Contribution org.nuxeo.drive.layouts--layouts
In component org.nuxeo.drive.layouts
org.nuxeo.drive.layouts
inside nuxeo-drive-jsf-6.0.jar
This contribution is part of XML component Extension Point
Extension point layouts of component WebLayoutManager.Contributed Items
XML Source
<extension point="layouts" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<layout name="driveSynchronizationRoots">
<templates>
<template mode="any">
/layouts/synchronization_roots_layout_template.xhtml
</template>
</templates>
<rows>
<row>
<widget>syncRootTitle</widget>
</row>
<row>
<widget>syncRootPath</widget>
</row>
</rows>
</layout>
<layout name="driveMetadataGridLayout">
<templates>
<template mode="any">
/layouts/layout_grid_template.xhtml
</template>
</templates>
<rows>
<row>
<widget>driveMetadataPanel</widget>
</row>
</rows>
</layout>
</extension>